projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b50ece
)
* x-win.el (x-select-text): New arg PUSH.
author
Jim Blandy
<jimb@redhat.com>
Tue, 25 May 1993 10:23:48 +0000
(10:23 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Tue, 25 May 1993 10:23:48 +0000
(10:23 +0000)
(x-switch-definitions): Represent -r as `reverse' option.
lisp/term/x-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/x-win.el
b/lisp/term/x-win.el
index 6d534cbb7902252e70dff4785ac60bb2f0328477..4af60a1bf4f6bd7d7db46275998f64c9a920f357 100644
(file)
--- a/
lisp/term/x-win.el
+++ b/
lisp/term/x-win.el
@@
-104,9
+104,9
@@
(defconst x-switch-definitions
'(("-name" name)
("-T" name)
- ("-r"
lose
)
- ("-rv"
lose
)
- ("-reverse"
lose
)
+ ("-r"
reverse t
)
+ ("-rv"
reverse t
)
+ ("-reverse"
reverse t
)
("-fn" font)
("-font" font)
("-ib" internal-border-width)